home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / Voyager / TAPMAC / Spinal Tap / Spinal Tap.DXR / 00030.ls < prev    next >
Encoding:
Text File  |  1994-11-11  |  397 b   |  31 lines

  1. on waitQT chan
  2.   if the movieRate of sprite chan = 1 then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on waitSnd chan
  8.   if soundBusy(chan) then
  9.     go(the frame)
  10.   end if
  11. end
  12.  
  13. on waiting theTicks
  14.   if theTicks >= the timer then
  15.     go(the frame)
  16.   end if
  17. end
  18.  
  19. on keyDown
  20.   global autoPlaying
  21.   set autoPlaying to 0
  22.   sound stop 1
  23.   sound stop 2
  24.   unLoadCast()
  25.   play done
  26. end
  27.  
  28. on enterFrame
  29.   cursor(200)
  30. end
  31.